home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 139
/
(Vol 139) Sep 24 2011.iso
/
Games
/
santa_mobile.swf
/
scripts
/
DefineSprite_228
/
frame_3
/
DoAction.as
Wrap
Text File
|
2011-09-24
|
492b
|
25 lines
if(-50 < getProperty(this, _X))
{
setProperty(this, _X, getProperty(this, _X) - _root.speed);
play();
}
else
{
if(_root.bee == 1)
{
this.swapDepths(_root.tempo);
_root.bee = 0;
}
setProperty(this, _X, 650);
time = getTimer() + 1000;
gotoAndPlay(1);
}
if(this.hitTest(_root.mobile))
{
if(getProperty(_root.mobile, _Y) < getProperty(this, _Y) && _root.bee == 0)
{
_root.bee = 1;
this.swapDepths(_root.tempo);
}
}